home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Sound / tmlg / TMLG.readme < prev    next >
Text File  |  1998-08-09  |  3KB  |  123 lines

  1. Short:    MP3 player with skinsupport ID3 tag editor...
  2. Uploader: draco@mail1.stofanet.dk
  3. Author:   draco@mail1.stofanet.dk
  4. Type:     mus/play
  5.  
  6.  
  7. TMLG (The Mpega Library Gui)
  8. ****************************
  9.  
  10. Now TMLG support WinAMP skins and ID3 tags - it even has a builtin
  11. editor!
  12.  
  13. Player routine has been reworked - should play fluently now!
  14.  
  15. This is a BETA, and I'm currently changing a lot of things!
  16. no updated docs...
  17.  
  18.  
  19.  
  20. There's a mailing list now, just mail to: tmlg@makelist.com
  21.  
  22.  
  23.  
  24. Copyright
  25. TMLG is copyright by draco, 1998.
  26.  
  27.  
  28. Requirements
  29.  
  30.     * 68030 or greater
  31.     * AHI
  32.     * wizard.library
  33.     * mpega.library
  34.     * reqtools.library
  35.     * datatypes.library v45
  36.     * some mp3 or mp2 songs
  37.  
  38. But if you really want to play you should have
  39.  
  40.     * 68040 or greater
  41.     * gfx-board
  42.     * AHI and a soundcard
  43.     * wizard.library
  44.     * mpega.library
  45.     * reqtools.library
  46.     * datatypes.library v45
  47.     * easyrexx.library
  48.     * asyncio.library
  49.     * a lot of mp3 or mp2 songs
  50.  
  51.  
  52. What is it?
  53.  
  54. TMLG is an mpeg-audiostream player. It's the natural evolution of
  55. TMG (The Mpega Gui). Well why another mpeg audio player you might ask?
  56. Here is why:
  57.  
  58.     * WinAmp skin support.
  59.     * ID3 tagdisplay and editor.
  60.     * Brand new plugin-interface.
  61.     * Volume adjustment while playing.
  62.     * Buffersize adjustable "on the fly".
  63.     * Buffer doesn't need to be 100% full before playing, set it to e.g. 12% :)
  64.     * Can start playing automatically right after startup.
  65.     * Seperate decode options for Layer1-2 and Layer3.
  66.     * Has a time-slider and display.
  67.     * Responds to dragNdrop from WB or Opus!
  68.     * Uses AHI for playback.
  69.     * Has a buffer-usage bar.
  70.     * Shows info about the songs.
  71.     * Has a pause-button.
  72.     * Playlist can be sorted.
  73.     * Songs can be renamed from within the playlist.
  74.     * Has popup-help.
  75.     * Supports multiple settings.
  76.     * Can use a playlist.
  77.     * Supports multiple playlists.
  78.     * Random/sequential play.
  79.     * Takes advantage of asyncio.library if found.
  80.     * Priority adjustment.
  81.     * It's small, even smaller than TMG.
  82.     * It's fast, again, faster than TMG (due to the missing executable).
  83.     * Has a powerfull ARexx port.
  84.     * Doesn't use MUI, but boopsi.
  85.     * Coded as a commodity.
  86.     * Has configureable hotkeys (on the fly!).
  87.     * Responds to tooltypes.
  88.  
  89.  
  90. And if this isn't enough, it's possible that you are impossible to satisfy :)
  91. Otherwise my e-mail is starving, waiting for suggestions/comments from you!
  92.  
  93. E-Mail:   draco@mail1.stofanet.dk
  94. Homepage: http://www.cs.auc.dk/~draco
  95. Mailinglist: tmlg@makelist.com
  96.  
  97.  
  98. ******************************************
  99.                  HISTORY
  100. ******************************************
  101.  
  102. v1.3beta...
  103.     Player has been reworked.
  104.     ID3 tagdisplay and editor
  105.     To much to mention...
  106.  
  107. v1.2
  108.     (BUG) Closed reqtools.library twice
  109.     (ADD) Support for WinAMP skins... not complete!
  110.     (CHG) Changed some internals in the player-task
  111.  
  112. v1.1
  113.     Hopefully fixed a bug that made TMLG require CyberGraphics.
  114.     Changed the way hotkeys are changed internally.
  115.     Added maxvolume in AHI settings.
  116.     Added "helpbubbles" in layout settings.
  117.     Added a missing version string.
  118.     Setting are saved to ENV: and ENVARC: now!
  119.  
  120. v1.00
  121.     First public release to the AmiNet.
  122.  
  123.